home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / binbatchpost / binbatchpost.readme < prev    next >
Text File  |  2001-07-24  |  3KB  |  63 lines

  1. Short:    Post binary files with NewsRog
  2. Uploader: duncan@hiarchive.f9.co.uk (Duncan Taylor)
  3. Author:   duncan@hiarchive.f9.co.uk (Duncan Taylor)
  4. Type:     comm/news
  5. Requires: NewsRog (Version 1.8b), rexxreqtools.library, Base64 Encoder, File Splitter (Optional)
  6. Version:  1.2
  7.  
  8. Binary Batch Post
  9.  
  10. This in an ARexx script to automatically create news posts containing binary
  11. files which can then be posted using NewsRog.
  12.  
  13. Requirements:
  14.  
  15. NewsRog (Version 1.8b)
  16. rexxreqtools.library (/util/rexx/RexxReqTools.lha)
  17. Base64 Encoder - the script is currently configured to use Base64Encode
  18. (/comm/mail/Base64Coders.lha)
  19. File Spliter (Optional) - A file splitting utility is required for Multi Part
  20. posts. The script is configured to use MrSPLIT (/util/cli/MrSPLIT.lha)
  21.  
  22. It is also necessary to configure a few of NewsRog's settings. Details of
  23. theses are contained in the ARexx script - open it with a text viewer.
  24. A few paths also need configuring in the script.
  25.  
  26.  
  27. Features:
  28. This script is primarily designed for posting Jpeg images to binary newsgroups,
  29. and so the default MIME setting used in the header in Image/Jpeg. There is,
  30. however, an option to enter alternate MIME file types should you wish to post
  31. other types of files.
  32. It will scan the list of subscribed newsgroups and select the binaries groups
  33. as options to post to (again with an option to enter an alternate group name -
  34. but you should only be posting binary files to binary groups anyway). If you
  35. subscribe to a large number of binary groups, and their names can't all be
  36. fitted across your screen, then there will be layout problems with the
  37. requester. This is a "feature" of the RexxReqTools library...
  38.  
  39. It should be noted that file name which contain ( or ) characters are rejected
  40. when posting Multi Part files - the List command used to determine the split
  41. part file names doesn't recognise file names which contain those characters. 
  42.  
  43. The script will automatically add the filename and size to the subject, and the
  44. filename, file number and total number of files posted in this batch to the
  45. message body, along with your signature and any other text you specify.
  46.  
  47. The script can of course be used to post a single file rather than several at
  48. once.
  49.  
  50. There is also an option to post Contact Sheets (Thumbnail Indexes) for images
  51. as well.
  52.  
  53. HISTORY
  54.  
  55. V 1.2 Added ability to cross post to upto 2 newsgroups. (Binaries shouldn't
  56.       really be cross posted to lots of newsgroups - 2 ought to be sufficient).
  57.       Added support for posting Multi Part posts.
  58.  
  59. V 1.1 Corrected error in setting user-specified MIME type.
  60.  
  61. V 1.0 First Public release
  62.  
  63.